var github.com/klauspost/compress/flate.fixedLiteralEncoding

6 uses

	github.com/klauspost/compress/flate (current package)
		huffman_bit_writer.go#L403: 		fixedLiteralEncoding.bitLength(w.literalFreq[:]) +
		huffman_bit_writer.go#L575: 	var literalEncoding = fixedLiteralEncoding
		huffman_bit_writer.go#L605: 	if literalEncoding == fixedLiteralEncoding {
		huffman_bit_writer.go#L693: 				w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes)
		huffman_bit_writer.go#L740: 				w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes)
		huffman_code.go#L129: var fixedLiteralEncoding = generateFixedLiteralEncoding()